Welcome![Sign In][Sign Up]
Location:
Search - select linux

Search list

[Linux-Unixqt-embedded-2.2.2.tar

Description: Qt Embedded是挪威Trolletch公司的图形化界面开发工具Qt的嵌入式版本,它通过QtAPI与LinuxI/O以及Framebuffer直接交互,拥有较高的运行效率,而且整体采用面向对象编程,拥有良好地体系架构和编程模式,Qt/embedded和Qt一样,在4.5版本之后提供了三种不同的授权协议GPL, LGPL和Commercial。有关如何正确选择协议,可以阅读这里[1]。   Qt Embedded目前的版本通常为4.5,提供了两个版本,分别是Qt for Embedded Linux,以及Qt for Windows CE。-Qt Embedded Norway Trolletch graphical user interface development tools, embedded version of Qt, it adopted QtAPI with LinuxI/O and direct interaction Framebuffer and a higher operating efficiency and overall use of object-oriented programming, have a good ground system architecture and programming mode, Qt/embedded and Qt, as in the 4.5 version offers three different after the license GPL, LGPL, and Commercial. Agreement on how to properly select, you can read here [1]. Qt Embedded is usually the current version 4.5, offers two versions, namely, Qt for Embedded Linux, and Qt for Windows CE.
Platform: | Size: 13103104 | Author: 观光客 | Hits:

[Linux-Unixkilluser

Description: 同户的创建,select语句。各种很好的语句,欢迎使用。-create user . select,kinds of linux
Platform: | Size: 2048 | Author: 庄成 | Hits:

[WEB CodeWebFTP_cngr

Description: WebFTP为浩天科技开发的PHP在线文件管理系统,系统采用Ajax+Json进行数据通信,毫秒级的响应速度,强大的文件管理功能足以媲美专业的FTP软件;高度集中的操作接口,将系统BUG、漏洞出现几率降到最低,便捷的权限拦截方案;全平台兼容性:Win(IIS+Apache)、Linux(Apache) 支持中英文目录名及文件名; 功能简介 目录:剪切、复制、粘贴、删除、压缩、打包下载、权限设置、目录属性查看... 文件:剪切、复制、粘贴、删除、压缩(ZIP解压、预览)、打包下载、权限设置、代码编辑(支持15种语言语法高亮)... 其他:图片预览、列表视图风格切换、文件列表排序、常用快捷键支持、批量文件上传... 快捷键: //Ctrl+a 全选/反选 //Ctrl+r 刷新 //Ctrl+s 列表风格切换 //Ctrl+q 退出 //Ctrl+y 远程模式 //Ctrl+x 全局剪切 //Ctrl+c 全局复制 //Ctrl+v 全局粘贴 //Ctrl+v 全局粘贴 //Alt+n 新建目录 //Alt+m 新建文件 稍加优化及改造完全可以替代IDC服务商的浏览器FTP,作为在线的文件管理软件。 使用说明 1、初始账号 超级管理员 admin 密码 admin 受限账号 demo 密码 demo-WebFTP Tian science and technology development of the PHP online document management system, the system uses Ajax+Json for data communications, millisecond response speed, powerful file management function comparable to those of professional FTP software highly centralized operation interface, the system BUG, the holes appear risk to a minimum, convenient access interception scheme the platform compatibility: Win ( IIS+Apache ), Linux ( Apache ) in support of the English directory name and file name Function introduction Directory: cut, copy & paste, delete, compressed, packaged download, permission settings, directory attributes view ... File: cut, copy, paste, delete, compression ( ZIP decompression, preview ), download, permission set, code editing ( with support for 15 languages syntax highlighting ) ... Other: preview picture, list view style switch, file list sorting, commonly used shortcut key support, batch file upload ... Shortcut keys: //Ctrl+a select/des
Platform: | Size: 724992 | Author: your name | Hits:

[Linux-Unixlinuxxuexi

Description: 嵌入式linux中 功能:完成串口读写操作,这里设定从串口读取消息时使用select函数,发送消息的程序不需要使用select函数,只发送“hello”消息由接收端接收-Embedded linux in function: the completion of serial read and write operations, set here to read messages from the serial port using the select function to send a message, does not need to use the select function, just send a " hello" message received by the receiver
Platform: | Size: 5120 | Author: cccs | Hits:

[Embeded LinuxMakefile_am_creator

Description: 说明:包含程序和代码。 该程序源代码用于创建automake.am和其他文件。用于linux下制作makefile文件。 1. 把src_makefile和automake.exe拷贝到需要创建automake.am的主目录。 2. 执行automake.exe,点击 创建automake.am文件,默认选择当前目录。确定后得到一组文件src_makefile。 3. 将linux工程和src_makefile目录下的所有文件放于linux下同一个目录下。 4. 依次使用如下命令创建 makefile文件及对linux项目进行编译。 autoscan aclocal autoconf autoheader automake ./configure make 5. 如果编译出错,去掉automake.am中的一些库,比如liblua.a,增加工程需要的linux库,重新编译。-Description: Contains the program and code. The source code used to create automake.am and other documents. Produced under the makefile for linux. 1 copy to the src_makefile and automake.exe automake.am need to create the home directory. 2 Executive automake.exe, click Create automake.am file, select the current default directory. Determined to be a group of files src_makefile. 3 Engineering and src_makefile the linux directory to put all the files in a directory in linux the same below. 4 in order to use the following command to create a makefile and build the project on linux. autoscan aclocal autoconf autoheader automake./configure make 5. If the compilation error, remove the automake.am in some libraries, such as liblua.a, increase the linux library needed for the project, re-compile.
Platform: | Size: 158720 | Author: hanjie | Hits:

[Internet-Networksock

Description: 基于linux的一个简单的select的socket程序 说明select的应用-A simple linux-based description of the procedures select the socket select the application
Platform: | Size: 1024 | Author: 彭许波 | Hits:

[Internet-Networklibevent-2.0.10-stable-cmake

Description: libevent 2 cmake版  libevent是一个事件触发的网络库,适用于windows、linux、bsd等多种平台,内部使用select、epoll、kqueue等系统调用管理事件机制。著名分布式缓存软件memcached也是libevent based,而且libevent在使用上可以做到跨平台,而且根据libevent官方网站上公布的数据统计,似乎也有着非凡的性能。-libevent is an event triggered by the network library for windows, linux, bsd and other platforms, the internal use of select, epoll, kqueue mechanism for event management such as system calls. Memcached distributed caching software is famous libevent based, and can be done in the use of libevent cross-platform, and according to libevent official statistics published on the website, seems to have a remarkable performance.
Platform: | Size: 1820672 | Author: ice | Hits:

[Linux-Unixnetwork-video--player

Description: 提供的代码是编写一个基于linux系统的网络视频点播应用程序,利用Qt工具编写图形界面和基于TCP协议的网络传输模块。Linux操作系统以其开源性、多用户多任务、支持多种硬件平台、可靠地安全稳定性能以及日趋完善的图形界面和丰富的网络功能等等,逐渐成为了各行业的首选操作系统,尤其是基于ARM内核的嵌入式linux更是得到了极为广泛的应用。 本系统分为服务器端和客户端两部分。服务器端提供多视频源,供用户进行选择,客户端提供人机交互界面,当用户需要点播某个视频时,首先在Ip Address栏输入服务器的Ip地址,然后选择movies栏的下拉框,从视频列表中选择相应的视频目录,接着点击play按钮,一段缓冲之后开始播放视频,这样就完成了点播功能。-The code is written to provide a linux-based VOD system, applications, graphical user interface written using Qt tools and TCP-based network transmission module. Its open-source Linux operating system, multi-user multi-tasking, support multiple hardware platforms, reliable performance, and increasing security and stability improved graphical interface and a rich network functionality, etc., has become the operating system of choice for various industries, especially ARM core-based embedded linux is to get a very wide range of applications. The system is divided into server and client in two parts. Server to provide multiple video sources for users to choose, the client provides interactive interface, users need a video on demand, the first in the Ip Address field, enter the server s Ip address, then select the movies column drop-down box, from video list, select the appropriate video directory, then click the play button, a buffer after the video starts playing, thus completing t
Platform: | Size: 8192 | Author: nie | Hits:

[Internet-Networklibevent-2.0.16-stable.tar

Description: libevent是一个事件触发的网络库,适用于windows、linux、bsd等多种平台,内部使用select、epoll、kqueue等系统调用管理事件机制。著名分布式缓存软件memcached也是libevent based,而且libevent在使用上可以做到跨平台。-libevent is an event triggered by the network library for windows, linux, bsd and other platforms, the internal use of select, epoll, management of events such as kqueue system call mechanism. Memcached distributed caching software is famous libevent based, and in the use of libevent Can be cross-platform.
Platform: | Size: 837632 | Author: yoyo | Hits:

[OpenGL programMilkshape3D_Importer

Description: 1。动画规模因素是用来控制动画率。 2。阈值是用来控制多少在进口UV坐标网格/网格。 3。自从MilkShape3D ascii文件不包含信息的速度播放,我用25 fps射击。 * *历史 1。修理几乎所有的动画虫子发现在0.5版本。 2。支持Milkshape3D Ascii文件。 3。使动画更符合Milkshape3D钥匙。 4。纹理路径解决新旧版本的MilkShape3D文件。-This plug-in is for importing Milkshape3D file(ms3d) Milkshape3D Ascii file(txt) to Maya 8.0. This plug-in supports models with animations and materials. This plug-in is able to import the latest ms3d file with up to four skin weights. Neither Mac OS X nor Windows/Linux 64bit has been supported yet. * Installation* 1. Copy Ms3dImport.mll to your maya plug-ins directory. (For example: "C:\Program Files\Alias\Maya8.0\bin\plug-ins") 2. Copy RubyTranslatorOpts.mel to your maya scripts directory. (For example: "C:\Documents and Settings\user\My Documents\maya\8.0\scripts\others") 2. Launch maya and load this plug-in. (Window-> Setting/Preferences-> Plug-in Manager, select "Ms3dImport.mll"). * Usage* Main menu File-> Open/Import Attention: 1. Animation scale factor is used to control the animation rate. 2. Threshold value is used to control the how many UV coordinates in the imported mesh/meshes. 3. Since MilkShape3D ascii file doesn t contain information of
Platform: | Size: 43008 | Author: zhuhaimjw | Hits:

[Windows Developlibiop-code-1.0.4

Description: 一个c语言开发的跨平台网络IO库 功能特性: 1:c/c++ api, 底层支持epoll,select,poll等io模型 2:异步事件模型 3:任务池模型,跨平台线程接口 4:跨平台(Linux/windows) 5:日志服务 6:稳定,支持7*24小时无间断运行,自动处理异常状态 7:高并发与快速响应 8:API简洁, 学习成本底-The libiop provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. libiop also support task pool and log service. support linux and windows.
Platform: | Size: 155648 | Author: jonas | Hits:

[Embeded Linuxadc_tp

Description: 将韦东山的书籍中:嵌入式Linux开发手册中,adc和tp的在linux环境下代码,移植到MDK环境中个运行。 使用分散加载文件,可以选择runinram or run inflash。 此程序在mini2440开发板上验证过。-Wei Dongshan' s books: Manual of embedded Linux development, adc, and tp the linux environment code, ported to run MDK environment. Using scatter-loading files, you can to select runinram or the run inflash. This program mini2440 development board verified.
Platform: | Size: 236544 | Author: 王某某 | Hits:

[Internet-Networkmultiprocess_tcp_server

Description: linux下的多进程并发服务器,采用select机制解决阻塞-multi-process concurrent server under linux, select mechanism to resolve the blocking
Platform: | Size: 5120 | Author: chenmou | Hits:

[Internet-Networkdcc_thread

Description: unix、linux下的Socket,Select,线程,线程锁,简单的在线服务系统,包含了自己写的Socket传输协议-unix, linux under the Socket, Select, thread, thread lock, a simple online service system, including Socket transfer protocol to write their own
Platform: | Size: 26624 | Author: 郝瑞祥 | Hits:

[Internet-NetworkselectTimer

Description: Unix/Linux下使用select和多线程可以精确到微秒级的定时器,封装成类可单独使用。-Select and multi-threaded Unix/Linux can be accurate to the microsecond timer, encapsulated into a class can be used alone.
Platform: | Size: 2048 | Author: 李一文 | Hits:

[Internet-Networkclient.tar

Description: linux下基于Qt的UDP和TCP发送文本消息的实现,用户可以选择UDP模式或TCP模式。这是客户端程序。实现了自动滚屏、快捷键设置、正常显示中文汉字的良好功能。-under linux based on Qt' s UDP and TCP send text message, the user can select the UDP mode or TCP mode. This is the client program. Automatic scrolling, keyboard shortcuts, settings, good function of the normal display of Chinese characters.
Platform: | Size: 19456 | Author: | Hits:

[Linux-Unixtimer

Description: UNIX/Linux应用程序在使用select/poll调用实现I/O的集中控制时,可借此实现通用的定时器功能。因为依赖于之前上传的双向链表实现,故而也包含在其中。-UNIX/Linux applications to achieve the centralized control of the I/O using select/poll call will be able to achieve universal timer functions. Doubly linked list implementation uploaded as dependent on, and therefore also included.
Platform: | Size: 3072 | Author: Richard | Hits:

[Internet-Networklibevent

Description: ibevent是一个事件触发的网络库,适用于windows、linux、bsd等多种平台,内部使用select、epoll、kqueue等系统调用管理事件机制。-ibevent network library is triggered by an event, suitable for windows, linux, bsd multiple platforms, internal management event mechanism using select, epoll, kqueue system call.
Platform: | Size: 394240 | Author: emacsense | Hits:

[Internet-Networksrc

Description: 在LINUX下可用VIM编译的,基于TCP/IP的简单聊天室,采用SELECT I/O复用 来实现多客户端登陆,有心跳机制 守护进程等.-Available VIM compile under LINUX simple TCP/IP-based chat rooms, using SELECT I/O multiplexing to achieve multi-client login daemon heartbeat mechanism.
Platform: | Size: 7168 | Author: hql | Hits:

[Linux-Unix35738599select

Description: unix/linux系列中select模型的经典代码,可惜不是c++写的-unix/linux the series select models classic code, but unfortunately not c++ written
Platform: | Size: 15360 | Author: 古兰丹姆 | Hits:
« 1 2 3 4 5 6 78 9 10 »

CodeBus www.codebus.net